home *** CD-ROM | disk | FTP | other *** search
- Hi All..
-
- Now i have a question for all of ya AMOS freaks out there!!!
-
- Is there some good extension that converts Dec to Hex ???
-
- I know AMOS has one of it self but i doesn't like it.
-
- A$=Hex$(50) give me the answer $32
- But i doesn't want the $-sign in the value..
-
- How do i copy a section of memory Ex.(175760-1788332) to
- section (278544-281616)????
-
-
-
- And now to my second problem!
-
- If i load a hiscore with
- Bload"bla:bla.blascore",5
- and a second one with
- Bload"bla:bla.blascore2",6
-
- how do i merge them into one hiscore??
-
- with the highest first etc..
- ( i only need a type of sort routine or ???)
-
- Happy to get answers..
-
-
-